Entity<TKey, TValue>[TKey]

Indexer

Namespace: Diffstore

Declared in: Diffstore.IDiffstore<TKey, TValue>


Returns an entity saved with the specified key.

Syntax

public Entity<TKey, TValue> this[
	TKey key
]

Back to index